home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / DynamicElements / CodeViewer.wo / CodeViewer.wod < prev    next >
Encoding:
Text File  |  1996-03-12  |  516 b   |  8 lines

  1. CONDITION : WOConditional {condition = displaySourceLink;};
  2. VIEWSOURCE: WOHyperlink {string= "[View Source Files]"; action = viewSource;};
  3. ANTICONDITION : WOConditional {condition = hideSourceLink;};
  4. HTMLFILE : WOText {value = templateFile; cols = 90; rows = 10; disabled = NO};
  5. WODFILE : WOText {value = declarationsFile; cols = 90; rows = 10; disabled = NO};
  6. WOSFILE : WOText {value = scriptFile; cols = 90; rows = 10; disabled = NO};
  7. HIDESOURCE: WOHyperlink {string= "[Hide Source Files]"; action = hideSource;};
  8.